home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_435 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  266 b   |  11 lines

  1. on(release){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    set("../../../../codelib:startday",day);
  7.    set("../../../../codelib:startmonth",month);
  8.    set("../../../../codelib:startyear",year);
  9.    call("../../../../codelib:view day");
  10. }
  11.